home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / powk193b.zip / KYBD.DOC < prev    next >
Text File  |  1990-04-24  |  3KB  |  64 lines

  1.  
  2. Installing KYBD.BUF is automatic when you type INSTALL {drive}:
  3. This is covered in README.1ST.  
  4.  
  5. KYBD.BUF has five switches that may be set at bootup time (if you don't like 
  6.         the default values) by putting them on the line DEVICE=KYBD.BUF in 
  7.         CONFIG.SYS.  BE SURE to leave a blank space after "... .BUF", then put 
  8.         a "/", the first letter of the command, and the number to which you 
  9.         wish to set the parameter.  For example, the line: 
  10.  
  11.                 DEVICE=KYBD.BUF /b35/R3/V1/W1
  12.                                ^ blank space
  13.         
  14.         will set the keystroke buffer size to 35 (/b35, default is /b48), place 
  15.         the buffer window on line 3 of the display (/r3, default is /r1), opens 
  16.         the window as soon as KYBD.BUF is loaded (/v1, this is the default), 
  17.         and attaches the code and storage for a warm boot (the default is NO 
  18.         warm boot). 
  19.        
  20.         * /V0 closes the view-port to the keystroke buffer on bootup.  The 
  21.           view-port may be reopened by pressing KEYPAD 5, V after PKII.MOD has 
  22.           been loaded (unless the /N1 switch has been set, see below).
  23.  
  24. NOTE: If the view-port causes "snow" to appear on your screen, download KYBD-
  25. .SNO, a version of KYBD.BUF that suppresses "snow", from the support BBS. 
  26.  
  27.         * /Bn, n = 16 to 255, sets the maximum number of keystrokes held in the 
  28.           extended keystroke buffer
  29.  
  30.         * /Rn, n = 1 to 25, tells KYBD.BUF what line on the display you want 
  31.           the WINDOW to appear. 
  32.  
  33.         * /N1 disables the view-port and warm boot, and replaces that code and 
  34.           storage with the buffer contents.  This saves 112 bytes (382 bytes if 
  35.           warm boot was attached). 
  36.  
  37.         * /W1 attaches the code and storage necessary for SCROLL LOCK, F1 to 
  38.           perform a warm boot.  Normally, it is not attached.
  39.  
  40. IF you have chosen to use the view-port and attach the warm boot code and 
  41.         storage, KYBD.BUF uses only 398 bytes, plus twice whatever length the 
  42.         buffer is.  KYBD.BUF will operate just fine whether POWERKIT II is 
  43.         loaded or not (but then, its fast warm boot routine would have to be 
  44.         accessed by a far jump to offset 0Eh in KYBD.BUF's segment).
  45.  
  46. 101/102 KEY ENHANCED KEYBOARDS: If your "enhanced" keyboard needs a special 
  47.         driver (KEYB.COM or KEYB??.COM) for it to work properly, you will need 
  48.         to use FIXKEYB.COM, before your keyboard will work with KYBD.BUF.  
  49.         See FIXKEYB.DOC for details.
  50.        
  51. NOTE: The luxury of KYBD.BUF's extended keystroke buffer may have to be fore-
  52.         gone in some cases.  Unfortunately, some programmers think the only 
  53.         buffer the BIOS (Basic Input Output System) supports is the small buf-
  54.         fer at 40h:1Eh (XyWrite is a notorious example).  Their programs use 
  55.         this buffer exclusively, thus ignoring the buffer whose dimensions the 
  56.         BIOS reads at 40h:80h.  You will know when you encounter such a program 
  57.         and POWERKIT II's buffer is set to more than 15 keystrokes, because 
  58.         your machine will hang and not even KEYPAD 5-ESC (described in 
  59.         PKII.DOC, page 6) will save you, and POWER-KIT II's fast warm boot 
  60.         (SCROLL LOCK-F1) will just put you back in the same fix. 
  61.         
  62.  
  63.  
  64.